Interface symantec.itools.db.beans.jdbc.event.SQLAdapterEventListener
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface symantec.itools.db.beans.jdbc.event.SQLAdapterEventListener

public interface SQLAdapterEventListener
extends EventListener

Version:
1.0 09/09/98
Author:
Hristo Tonev

Method Index

 o afterExecute(SQLAdapterEvent)
This method will be fired after the SQLAdapted execute() method is called.
 o beforeExecute(SQLAdapterEvent)
This method will be fired before the SQLAdapted execute() method is called.

Methods

 o afterExecute
public abstract void afterExecute(SQLAdapterEvent evt)
This method will be fired after the SQLAdapted execute() method is called.

See Also:
SQLAdapterEvent, getType, isResultSetCreated
 o beforeExecute
public abstract void beforeExecute(SQLAdapterEvent evt)
This method will be fired before the SQLAdapted execute() method is called.

See Also:
SQLAdapterEvent, getType, isResultSetCreated

All Packages  Class Hierarchy  This Package  Previous  Next  Index